home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / crayon41 / crayon.doc < prev    next >
Text File  |  1995-11-27  |  12KB  |  289 lines

  1.  
  2.     Program: Crayon Box
  3.  
  4.  
  5.     Version: 4.1
  6.  
  7.  
  8.     Requirements: EGA or VGA graphics, Microsoft compatible mouse, hard
  9.     disk drive, 512K free memory, one child.
  10.  
  11.  
  12.     Author: Philip Kapusta, 406 Monroe Avenue, Falmouth, Va. 22405 USA
  13.  
  14.  
  15.     Registration cost: $ 12.00
  16.  
  17.  
  18.     Short description:
  19.  
  20.     A coloring and sketch book, plus math drills, counting tutor, USA
  21.     quiz, piano, and Concentration memory game all rolled into
  22.     one colorful program! Fun and educational. Young children will love
  23.     it!
  24.  
  25.  
  26.     Long description:
  27.  
  28.     Crayon Box has a little bit of everything for your little ones.
  29.     First, it is a coloring and sketch book with over 450 different
  30.     colors and patterns that can be used to paint predrawn pictures,
  31.     or drawings that the child creates.  In addition, Crayon Box tests
  32.     the child's math, counting, and color identification skills. The
  33.     math feature displays large 1" high numbers and prompts the child
  34.     for answers.  10 different skill levels from easy (2+3=?) to
  35.     difficult (144/12=?). The counting and color identification
  36.     feature displays a screen of randomly numbered and randomly
  37.     colored marbles.  The child must identify and count the number of
  38.     each group when prompted.  Spiral designs can also be created
  39.     which can be painted on the screen.  To increase memory skills, a
  40.     Concentration style puzzle is available where the child must
  41.     correctly match picture tiles in pairs.  And lastly, for those
  42.     older ones, a United States game where the child must point to the
  43.     correct state when prompted.  Attractive user interface (with
  44.     large colorful point and click buttons) makes Crayon Box simple
  45.     and fun to use.
  46.  
  47.     A word about the skill levels found in the math section of Crayon
  48.     Box.  It would be rather complicated to explain the algorithm
  49.     behind the skill levels, but let it suffice to say that the higher
  50.     levels are INCLUSIVE of the lower levels.  In other words, you will
  51.     find repetition of levels 0-8 in level 9, and repetition of levels
  52.     0-3 in level 4, etc.  If you spend enough time in each level, you
  53.     would see that there is a difference between level 1 and level 9.
  54.  
  55.     You will find a problem like 182/14 in level 9, but you will never
  56.     see anything harder than 48/6 in level 1.   Since the problems are
  57.     displayed at random, it is possible for the user not to comprehend
  58.     this during only a short evaluation period with the program.
  59.  
  60.  
  61.     Command line options:
  62.  
  63.     You can receive a printed record of your child's math progress by
  64.     starting the program from the DOS prompt in the following manner:
  65.  
  66.     C:>CRAYON GETNAME PRINTLOG   press [ENTER]
  67.  
  68.     The "GETNAME" command line parameter will prompt the child for
  69.     their name.  You do not need "GETNAME" for the math printout.  It
  70.     was added for a school environment where it may be difficult to
  71.     know what printout belongs to which child.  The "PRINTLOG"
  72.     parameter will cause Crayon Box to generate a summary log of the
  73.     child's work in the math portion (+ - x /) of the program.  The
  74.     printed summary sheet(s) shows correct and incorrect responses from
  75.     the child.
  76.  
  77.  
  78.     Turn off music:
  79.  
  80.     If you would like to disable the upper half of the "Music" button
  81.     so that your young one doesn't drive you up the wall with the
  82.     pre-recorded tunes, start Crayon Box in the following manner:
  83.  
  84.     C:>CRAYON NOMUSIC
  85.  
  86.  
  87.     Math problems input:
  88.  
  89.     In the large number addition and subtraction problems, keyboard
  90.     input is displayed from RIGHT TO LEFT.  For instance, if the
  91.     problem was "100 + 72", the user would first press a "2", followed
  92.     by a "7" followed by a "1" (i.e, 271 then ENTER).  But right
  93.     to left is backwards you might point out.  True, but next time you
  94.     add an entry into your checkbook note how you add up the numbers
  95.     in each column!  Where do you start first?  At the right!
  96.     Exactly!  Well this is how the addition and subtraction problems
  97.     expect keyboard input.  Once you know this, it makes sense.
  98.     However, when you are using multiplication and division problems,
  99.     the default input is LEFT to RIGHT.
  100.  
  101.     If you prefer to stick with LEFT to RIGHT input for ALL math
  102.     problems (add/subtract/multiply/divide), then add the "L2R"
  103.     command line parameter at the DOS prompt (see example below):
  104.  
  105.     C:>CRAYON L2R     press [ENTER]
  106.  
  107.  
  108.     More than one attempt:
  109.  
  110.     None of us are perfect, especially our little ones.  Should you
  111.     wish to allow your children more than one attempt at a marble
  112.     counting or math problem if they answer incorrectly, then use the
  113.     following command line parameter:
  114.  
  115.     C:>CRAYON RETRY=x
  116.  
  117.     In the example above, replace "x" with a number from 2 to 9.  This
  118.     number will specify how many times to repeat a problem should the
  119.     user enter an incorrect answer.
  120.  
  121.  
  122.     Division display options:
  123.  
  124.     When using division math problems, there are two methods of
  125.     displaying the dividend and divisor.  One method is to place the
  126.     divisor below the dividend.  For example:
  127.  
  128.                                 24
  129.                                ÷ 8         DIVISOR BOTTOM
  130.                                ---
  131.                                  3
  132.  
  133.     The other method is to place the divisor to the left of the
  134.     dividend.  For example:
  135.  
  136.                                  3
  137.                               ____
  138.            DIVISOR LEFT     8 ) 24
  139.  
  140.     Since both methods are acceptable in the math world, the program
  141.     supports both methods.  The question then is, how do you display
  142.     each type?  The easiest way is keep in mind that the large division
  143.     button displayed on the far right side of the screen is divided
  144.     into two invisible regions.  When your mouse cursor is over the
  145.     upper half of the division button (when you click the button) the
  146.     program will display the divisor to the left of the dividend.  When
  147.     your mouse is over the lower half of the division button, then the
  148.     divisor will be place below the dividend.
  149.  
  150.     If you would rather not worry about where to press the division
  151.     button, you can OVERRIDE these invisible regions by using a DOS
  152.     command line override parameter.
  153.  
  154.     To display ALL division problems where the divisor is located to
  155.     the left of the dividend, type --> CRAYON DIVISOR LEFT at the
  156.     command line.
  157.  
  158.     To display ALL division problems where the divisor is located to
  159.     the bottom of the dividend, type --> CRAYON DIVISOR BOTTOM at the
  160.     command line.
  161.  
  162.  
  163.     Music button - dual function:
  164.  
  165.     From the opening screen, you will notice that the top right button
  166.     contains musical notes and a piano keyboard.  This button (when
  167.     clicked with the left mouse button) can be used in two ways.  When
  168.     you position your mouse pointer over the MUSICAL NOTES and press
  169.     the mouse button, a pre-recorded tune is played.  Once the music
  170.     stops, a large keyboard is displayed.  The keyboard works just
  171.     like a real piano.  Click one of the ivories, and a corresponding
  172.     note is played and displayed.
  173.  
  174.     Now, if you would like to skip the pre-recorded tune and jump
  175.     straight to the keyboard, go to the top right main menu button and
  176.     instead of clicking on the upper half containing the musical
  177.     notes, click instead on the lower half (which displays the
  178.     KEYBOARD icon).  When the lower half of this button is pressed,
  179.     the piano keys pop up immediately.
  180.  
  181.  
  182.     Microsoft Windows: Crayon Box will run under Windows 3.1...most
  183.     of the time.  The most often encountered problem with running
  184.     Crayon Box in MS Windows is that Windows fails to share the
  185.     mouse with Crayon Box.  The best way to insure that the mouse
  186.     driver is available to Crayon Box from within MS Windows is to
  187.     load your mouse PRIOR TO running MS Windows.  This can be done
  188.     by adding a line to your CONFIG.SYS or AUTOEXEC.BAT file that
  189.     will load your mouse driver when you turn your computer on.
  190.  
  191.  
  192.     Distribution: Crayon Box is distributed as shareware software.
  193.     Shareware is a "try before you buy" software marketing concept that
  194.     allows the user to obtain fully functional copies of programs for
  195.     evaluation.  The distribution and copying fee that you may have paid
  196.     to obtain this disk does not cover the cost of the software contained
  197.     on this disk.  Shareware programs such as the one that you are about
  198.     to try require separate payment to the author if it is found to be a
  199.     useful product and if it is used beyond a reasonable evaluation
  200.     period.
  201.  
  202.  
  203.     Vendors: Please contact the author/sysop with a SASE or e-mail
  204.     message on The Mustard Seed BBS prior to distribution of Crayon
  205.     Box IF THE FILE DATE STAMP ON CRAYON.EXE IS OLDER THAN 2 YEARS.  We
  206.     simply want to insure that you have the latest version of the
  207.     program.  Thank you.
  208.  
  209.  
  210.     Other programs: If you like Crayon Box, you may be interested in
  211.     trying some of the author's other programs.  Most of our programs are
  212.     family, educational, or Bible related.  For shareware evaluation
  213.     copies, you can obtain the latest versions from our 24-hour BBS
  214.     (bulletin board system) if you have a modem:
  215.  
  216.     The Mustard Seed
  217.     Falmouth, VA
  218.     BBS phone number: 540-372-9680
  219.     Supports 1200-28.8k baud v.32/v.42/v.34 N-8-1-ANSI
  220.  
  221.     After logging in, go to the "FILES" area named "PKSOFT" and feel
  222.     free to download any of our other shareware products.
  223.  
  224.  
  225.     Problems?: If you have any questions about Crayon Box, and you have
  226.     not yet registered, please enclose a self-addressed stamped envelope to
  227.     insure a speedy reply.  Please do NOT send us defective disks unless
  228.     you obtained CRAYON BOX directly from the author.  At the DOS prompt
  229.     type "CHKDSK" and if you find any bad sectors or lost clusters or file
  230.     allocation errors, contact the SOURCE from which you purchased the
  231.     disk.  CRAYON BOX was released after extensive testing, and if you have
  232.     any problems, most likely it will be a result of damaged or missing
  233.     files during the copying process from your vendor or a pinched floppy
  234.     sleeve during mailing.
  235.  
  236.  
  237.                             CRAYON BOX REGISTRATION
  238.  
  239.                 Indicate disk format desired (mark with an "X"):
  240.  
  241.                           3.5"  720K low density  _____
  242.  
  243.                           5.25" 1.2M high density _____
  244.  
  245.                           3.5"  1.4M high density _____
  246.  
  247.            Please print your name and address below VERY CLEARLY!
  248.  
  249.   Individual's complete name _______________________________________________
  250.  
  251.   Mailing address __________________________________________________________
  252.  
  253.   City ____________________________  State __________  Zip Code ____________
  254.  
  255.   Country ________________________  Phone __________________________________
  256.  
  257.  
  258.                           Make U.S. funds payable to:
  259.  
  260.                                Philip P. Kapusta
  261.                                406 Monroe Avenue
  262.                            Falmouth, Va. 22405 U.S.A.
  263.  
  264.                         CRAYON BOX REGISTRATION COSTS:
  265.  
  266.  
  267.          Basic registration (includes 12 pictures)  $12.00    $______ *
  268.  
  269.          Additional pictures at $0.10 each
  270.          (maximum of 20 extra pictures)       ____ x $0.10    $______
  271.  
  272.          Virginia residents, add 4.5% sales tax               $______
  273.  
  274.          Canadian addresses add $1.00 shipping      $ 1.00    $______
  275.  
  276.          Overseas/foreign addresses add $2.00       $ 2.00    $______
  277.  
  278.          Total enclosed:                                      $______ **
  279.  
  280.  
  281.     * Prices are valid  through December 31, 1997.  Contact  author with a
  282.     self-addressed stamped envelope  after this date for the latest prices.
  283.  
  284.     ** For registrants in Canada, U.K., Australia or Europe, payment can be
  285.     made by International money order payable in U.S.A. dollars, or you can
  286.     pay by mailing CASH (your native currency).  If mailing cash, wrap well
  287.     for the author will not be held responsible for lost mail.  No coins!
  288.  
  289.